Delete Contact
AutomatR.TFMailchimp.Activities.DeleteContact
The "Delete Contact" activity in AutomatR is part of the Mailchimp Contact activities package, allowing users to delete a contact from their Mailchimp audience.
Properties
Name | Description |
---|---|
Input | |
Audience Name | Specifies the name or ID of the audience from which the contact should be deleted. String variables containing the audience name or ID. |
Contact Email | Specifies the email address of the contact to be deleted. String variables containing the contact's email address. |
Misc | |
Display Name | Provides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name. |
Optional | |
Delay | Specifies the amount of time (in seconds) to wait before executing the "Delete Contact" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1. |
Output | |
Result | Outputs the result of the "Delete Contact" operation, indicating whether the contact deletion was successful or encountered errors. Variables of relevant types (e.g., Boolean variables) to store the operation result. |
How to use:
- Drag and drop the "Delete Contact" activity onto the workflow.
- Configure the properties by specifying the audience name or ID and the contact's email address to be deleted.
- Optionally, configure the delay property.
- Execute the workflow to delete the specified contact from the Mailchimp audience.
Example: Consider an example where the "Delete Contact" activity is used to delete a contact with the email address "john.doe@example.com" from the audience named "Subscribers":
Delete Contact:
Audience Name: "Subscribers"
Contact Email: "john.doe@example.com"
Delay: 2
In this example, the activity deletes the contact with the specified email address from the "Subscribers" audience in the Mailchimp account. The result of the operation (success or failure) is stored in the Boolean variable "Result" for further handling in the workflow.